type crypto/tls.endOfEarlyDataMsg

4 uses

	crypto/tls (current package)
		conn.go#L1147: 		m = new(endOfEarlyDataMsg)
		handshake_messages.go#L988: type endOfEarlyDataMsg struct{}
		handshake_messages.go#L990: func (m *endOfEarlyDataMsg) marshal() ([]byte, error) {
		handshake_messages.go#L996: func (m *endOfEarlyDataMsg) unmarshal(data []byte) bool {